github.com/klauspost/compress/zstd.sequenceDecs.maxBits (field)
5 uses
github.com/klauspost/compress/zstd (current package)
seqdec.go#L75: maxBits uint8
seqdec.go#L92: s.maxBits = s.litLengths.fse.maxBits + s.offsets.fse.maxBits + s.matchLengths.fse.maxBits
seqdec.go#L258: if s.maxBits > 32 {
seqdec.go#L453: if s.maxBits > 32 {
seqdec_amd64.go#L255: lte56bits := s.maxBits+s.offsets.fse.actualTableLog+s.matchLengths.fse.actualTableLog+s.litLengths.fse.actualTableLog <= 56
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |